[Extension()] public static GenericDictionaryAssertions<TCollection,TKey,TValue> Should<TCollection,TKey,TValue>( TCollection actualValue ) where TCollection: IEnumerable<KeyValuePair<TKey,TValue>>
Parameters
- actualValue
Type Parameters
- TCollection
- TKey
- TValue